From daaa79cbe6e07b0a73ddcf5b3bda3fbb724ec122 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 3 Sep 2012 14:21:56 -0400 Subject: ui:command_line: add 'html' command to no-pager commands. Also rename 'serve' -> 'serve-storaage'. This catches the server version up with: commit 0336db8d4052a319f1d959a33fc847814551e3f8 Author: W. Trevor King Date: Wed Aug 29 23:55:37 2012 -0400 command:serve-storage: rename `be serve` -> `be serve-storage`. --- libbe/ui/command_line.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbe/ui') diff --git a/libbe/ui/command_line.py b/libbe/ui/command_line.py index 1cafc36..cd28887 100644 --- a/libbe/ui/command_line.py +++ b/libbe/ui/command_line.py @@ -365,7 +365,8 @@ def main(): ui.setup_command(command) if command.name in [ - 'new', 'comment', 'commit', 'import-xml', 'serve', 'serve-commands']: + 'new', 'comment', 'commit', 'html', 'import-xml', 'serve-storage', + 'serve-commands']: paginate = 'never' else: paginate = 'auto' -- cgit