index
:
delta/openstack/cliff.git
master
pyparsing-update
stable/2023.1
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/cliff.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
demoapp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unicode from code
xuanyandong
2021-01-28
1
-2
/
+2
*
trivial: Remove references to Python 2.7
Stephen Finucane
2020-11-18
1
-10
/
+9
*
Remove references to setuptools
Stephen Finucane
2020-10-22
1
-2
/
+3
*
Assure executable name is kept when app is called as module
Sorin Sbarnea
2018-06-28
1
-0
/
+6
*
add before and after hooks
Doug Hellmann
2017-06-30
1
-1
/
+7
*
add hook for get_epilog
Doug Hellmann
2017-06-30
1
-0
/
+3
*
add hook for manipulating the argument parser
Doug Hellmann
2017-06-30
2
-0
/
+45
*
Fix cliff URLs in doc and demoapp
Masayuki Igawa
2016-07-28
1
-2
/
+2
*
Set demo app up with deferred help
Doug Hellmann
2015-07-24
1
-0
/
+1
*
Fix logging config in demo app
Doug Hellmann
2015-07-09
1
-7
/
+4
*
Update pyparsing dependency to 2.0.1
Doug Hellmann
2013-09-23
1
-1
/
+1
*
remove use of distribute in demo app
Doug Hellmann
2013-08-12
2
-490
/
+4
*
Fix default encoding issue with python 2.6
Doug Hellmann
2013-08-12
2
-0
/
+24
*
Fix typo.
qneill
2013-01-03
1
-1
/
+1
*
Doc updates for API changes.
1.0
Doug Hellmann
2012-06-20
1
-2
/
+2
*
Refactor DisplayBase.run() to make it easier to override separate parts in su...
Doug Hellmann
2012-06-01
2
-2
/
+2
*
declare a couple of commands that use builtin command names but use multiple ...
Doug Hellmann
2012-05-14
1
-0
/
+2
*
pass more details to initialize_app so subclasses can decide what sort of ini...
Doug Hellmann
2012-05-10
1
-1
/
+1
*
simplify packaging file for demo app
Doug Hellmann
2012-04-28
1
-101
/
+0
*
first pass at interactive app
Doug Hellmann
2012-04-28
1
-0
/
+3
*
add longer docstring to show how it is printed by help
Doug Hellmann
2012-04-28
1
-2
/
+4
*
add ShowOne base class for commands that need to show properties of an indivi...
Doug Hellmann
2012-04-27
2
-0
/
+32
*
remove example that I was using as a syntax reminder
Doug Hellmann
2012-04-25
1
-4
/
+0
*
Added a bit more to the README.
Duncan McGreggor
2012-04-23
1
-9
/
+23
*
flesh out instructions for using the demo app
Doug Hellmann
2012-04-23
1
-10
/
+25
*
Added a README for the demo app.
Duncan McGreggor
2012-04-23
1
-0
/
+35
*
Added download url to both setup.py files and updated the demo setup.py with
Duncan McGreggor
2012-04-23
1
-1
/
+2
*
Added missing distribute setup file.
Duncan McGreggor
2012-04-23
1
-0
/
+477
*
start creating a subclass of command for producing a list of output in differ...
Doug Hellmann
2012-04-22
2
-0
/
+17
*
Pass the I/O streams into the app
Doug Hellmann
2012-04-22
1
-1
/
+1
*
add some error handling to App
Doug Hellmann
2012-04-22
3
-3
/
+16
*
tweak App api to make it easier to override and perform global actions before...
Doug Hellmann
2012-04-22
2
-1
/
+12
*
use logging for controlling console output verbosity
Doug Hellmann
2012-04-21
1
-1
/
+5
*
clean up argv handling
Doug Hellmann
2012-04-20
1
-2
/
+6
*
replace default --help processor with one that includes the list of subcomman...
Doug Hellmann
2012-04-20
1
-0
/
+1
*
Sample program with command plugins
Doug Hellmann
2012-04-20
4
-0
/
+200