feat: new environment commands group, and updates to README
This commit is contained in:
parent
32459b420b
commit
f3b18c6b08
4 changed files with 73 additions and 24 deletions
12
testdata/help.ct
vendored
12
testdata/help.ct
vendored
|
|
@ -34,10 +34,12 @@ Git commands:
|
|||
init Initialise pda! version control
|
||||
sync Manually sync your stores with Git
|
||||
|
||||
Additional Commands:
|
||||
completion Generate the autocompletion script for the specified shell
|
||||
Environment commands:
|
||||
config View and modify configuration
|
||||
doctor Check environment health
|
||||
|
||||
Additional Commands:
|
||||
completion Generate the autocompletion script for the specified shell
|
||||
help Help about any command
|
||||
version Display pda! version
|
||||
|
||||
|
|
@ -79,10 +81,12 @@ Git commands:
|
|||
init Initialise pda! version control
|
||||
sync Manually sync your stores with Git
|
||||
|
||||
Additional Commands:
|
||||
completion Generate the autocompletion script for the specified shell
|
||||
Environment commands:
|
||||
config View and modify configuration
|
||||
doctor Check environment health
|
||||
|
||||
Additional Commands:
|
||||
completion Generate the autocompletion script for the specified shell
|
||||
help Help about any command
|
||||
version Display pda! version
|
||||
|
||||
|
|
|
|||
6
testdata/root.ct
vendored
6
testdata/root.ct
vendored
|
|
@ -33,10 +33,12 @@ Git commands:
|
|||
init Initialise pda! version control
|
||||
sync Manually sync your stores with Git
|
||||
|
||||
Additional Commands:
|
||||
completion Generate the autocompletion script for the specified shell
|
||||
Environment commands:
|
||||
config View and modify configuration
|
||||
doctor Check environment health
|
||||
|
||||
Additional Commands:
|
||||
completion Generate the autocompletion script for the specified shell
|
||||
help Help about any command
|
||||
version Display pda! version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue