Skip to content

Commit

Permalink
feat: Add support for custom CLI command shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrho committed Dec 16, 2024
1 parent 9a98de5 commit d17824c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jccm/src/Frontend/Common/CommonVariables.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ export const cliShortcutDataSchema = {

export const defaultCliShortcutData = `#
# CLI Commands Mapping
# This file maps CLI commands to their respective shortcuts
# This YAML data maps CLI commands to their respective shortcuts.
# You can view command shortcuts and run them using the right-click context menu in the shell terminal.
# The format is as follows in YAML:
# mappings:
# - name: <name1>
Expand Down

0 comments on commit d17824c

Please sign in to comment.