test(get): OK with flags

This commit is contained in:
Lewis Wynne 2025-11-20 14:41:49 +00:00
parent 1bff9a7c50
commit e710501d91
6 changed files with 30 additions and 0 deletions

6
testdata/get__ok__with__run.ct vendored Normal file
View file

@ -0,0 +1,6 @@
$ fecho cmd echo hello
$ pda set a < cmd
$ pda get a
echo hello
$ pda get a --run
hello