diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-08-12 08:48:17 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-08-12 08:48:17 -0400 |
commit | dcec8df20ea99c07953f2a0c43cabba2580b6d70 (patch) | |
tree | 9906476a08b4a67949699ba27f9d9eee435d9681 /Makefile.am | |
parent | eb6e3ad5d1612a8ccb2b4ad5e1c1e62187d6f0e9 (diff) |
ui: Add 'list' subcommand.
* shroud/ui.scm (%commands): Add "list".
* shroud/ui/list.scm: New file.
* Makefile.am (SOURCES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 557b91c..ec7af0a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,5 +43,6 @@ SOURCES = \ shroud/secret.scm \ shroud/ui.scm \ shroud/ui/hide.scm \ + shroud/ui/list.scm \ shroud/ui/remove.scm \ shroud/ui/show.scm |