style: renames testdata so tests can actually be parsed at a glance
This commit is contained in:
parent
a4d2e919dc
commit
3c2a0129c0
83 changed files with 122 additions and 131 deletions
86
testdata/help.ct
vendored
Normal file
86
testdata/help.ct
vendored
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
$ pda help
|
||||
$ pda --help
|
||||
▄▄
|
||||
██
|
||||
██▄███▄ ▄███▄██ ▄█████▄
|
||||
██▀ ▀██ ██▀ ▀██ ▀ ▄▄▄██
|
||||
██ ██ ██ ██ ▄██▀▀▀██
|
||||
███▄▄██▀ ▀██▄▄███ ██▄▄▄███
|
||||
██ ▀▀▀ ▀▀▀ ▀▀ ▀▀▀▀ ▀▀
|
||||
██ (c) 2025 Lewis Wynne
|
||||
|
||||
Usage:
|
||||
pda [command]
|
||||
|
||||
Key commands:
|
||||
copy Make a copy of a key
|
||||
get Get the value of a key
|
||||
identity Show or create the age encryption identity
|
||||
list List the contents of a store
|
||||
move Move a key
|
||||
remove Delete one or more keys
|
||||
run Get the value of a key and execute it
|
||||
set Set a key to a given value
|
||||
|
||||
Store commands:
|
||||
export Export store as NDJSON (alias for list --format ndjson)
|
||||
import Restore key/value pairs from an NDJSON dump
|
||||
list-stores List all stores
|
||||
remove-store Delete a store
|
||||
|
||||
Git commands:
|
||||
git Run any arbitrary command. Use with caution.
|
||||
init Initialise pda! version control
|
||||
sync Manually sync your stores with Git
|
||||
|
||||
Additional Commands:
|
||||
completion Generate the autocompletion script for the specified shell
|
||||
help Help about any command
|
||||
version Display pda! version
|
||||
|
||||
Flags:
|
||||
-h, --help help for pda
|
||||
|
||||
Use "pda [command] --help" for more information about a command.
|
||||
▄▄
|
||||
██
|
||||
██▄███▄ ▄███▄██ ▄█████▄
|
||||
██▀ ▀██ ██▀ ▀██ ▀ ▄▄▄██
|
||||
██ ██ ██ ██ ▄██▀▀▀██
|
||||
███▄▄██▀ ▀██▄▄███ ██▄▄▄███
|
||||
██ ▀▀▀ ▀▀▀ ▀▀ ▀▀▀▀ ▀▀
|
||||
██ (c) 2025 Lewis Wynne
|
||||
|
||||
Usage:
|
||||
pda [command]
|
||||
|
||||
Key commands:
|
||||
copy Make a copy of a key
|
||||
get Get the value of a key
|
||||
identity Show or create the age encryption identity
|
||||
list List the contents of a store
|
||||
move Move a key
|
||||
remove Delete one or more keys
|
||||
run Get the value of a key and execute it
|
||||
set Set a key to a given value
|
||||
|
||||
Store commands:
|
||||
export Export store as NDJSON (alias for list --format ndjson)
|
||||
import Restore key/value pairs from an NDJSON dump
|
||||
list-stores List all stores
|
||||
remove-store Delete a store
|
||||
|
||||
Git commands:
|
||||
git Run any arbitrary command. Use with caution.
|
||||
init Initialise pda! version control
|
||||
sync Manually sync your stores with Git
|
||||
|
||||
Additional Commands:
|
||||
completion Generate the autocompletion script for the specified shell
|
||||
help Help about any command
|
||||
version Display pda! version
|
||||
|
||||
Flags:
|
||||
-h, --help help for pda
|
||||
|
||||
Use "pda [command] --help" for more information about a command.
|
||||
Loading…
Add table
Add a link
Reference in a new issue