Add back goldens for tab completion that were accidentally removed in an earlier merge conflict resolution

This commit is contained in:
David Dworken 2023-12-21 17:37:44 -08:00
parent da47ad0b9b
commit e5c038c8d6
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
config-add (Add a config option) config-delete (Delete a config option) config-get (Get the value of a config option) config-set (Set the value of a config option)

View File

@ -0,0 +1,4 @@
config-add -- Add a config option
config-delete -- Delete a config option
config-get -- Get the value of a config option
config-set -- Set the value of a config option