From: W. Trevor King Date: Mon, 3 Sep 2012 18:21:56 +0000 (-0400) Subject: ui:command_line: add 'html' command to no-pager commands. X-Git-Tag: 1.1.0~90 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=daaa79cbe6e07b0a73ddcf5b3bda3fbb724ec122;p=be.git 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`. --- 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'