aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libbe/ui/command_line.py3
1 files changed, 2 insertions, 1 deletions
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'