Browse Source

Reorder nilmtool commands

tags/nilmdb-1.9.3^0
Jim Paris 10 years ago
parent
commit
04f815a24b
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      nilmdb/cmdline/cmdline.py

+ 2
- 3
nilmdb/cmdline/cmdline.py View File

@@ -19,9 +19,8 @@ except ImportError: # pragma: no cover

# Valid subcommands. Defined in separate files just to break
# things up -- they're still called with Cmdline as self.
subcommands = [ "help", "info", "create", "list", "metadata",
"insert", "extract", "remove", "destroy",
"intervals", "rename" ]
subcommands = [ "help", "info", "create", "rename", "list", "intervals",
"metadata", "insert", "extract", "remove", "destroy" ]

# Import the subcommand modules
subcmd_mods = {}


Loading…
Cancel
Save