summaryrefslogtreecommitdiffstats
path: root/src/cmd/copy-suite.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 15:26:49 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 15:26:49 (EDT)
commit57f67e1dc1b1c8ec7e251138ab1d355b7b9f3bd1 (patch)
tree4ae7ad7405a3d5c546419a51e56a88e57e0ebdb3 /src/cmd/copy-suite.sh
parent719c1bcbdfda016f7b3bd10b9b35631739586fec (diff)
cmd/*: Use register_cmd()
Diffstat (limited to 'src/cmd/copy-suite.sh')
-rw-r--r--src/cmd/copy-suite.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmd/copy-suite.sh b/src/cmd/copy-suite.sh
index d17a9d4..51fd969 100644
--- a/src/cmd/copy-suite.sh
+++ b/src/cmd/copy-suite.sh
@@ -45,3 +45,9 @@ cmd_copy_suite_main()
return 0
}
+
+cmd_copy_suite_register()
+{
+ register_cmd 'copy-suite'
+}
+__init cmd_copy_suite_register