feat(globs): glob support for dump/restore, extracts some shared logic
This commit is contained in:
parent
9869b663e2
commit
7890e9451d
9 changed files with 141 additions and 57 deletions
|
|
@ -145,7 +145,7 @@ pda set kitty "cat"
|
|||
pda del kitty --glob ?og
|
||||
# remove "kitty", "cog", "dog": are you sure? [y/n]
|
||||
# y
|
||||
# Default glob separators: "/-_.@:". Override with --glob-sep.
|
||||
# Default glob separators: "/-_.@: " (space included). Override with --glob-sep.
|
||||
```
|
||||
|
||||
<p align="center"></p><!-- spacer -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue