cli icon indicating copy to clipboard operation
cli copied to clipboard

Python framework for command line applications

Results 2 cli issues
Sort by recently updated
recently updated
newest added

Hello, `DaemonizingMixin.daemonize` seems to be throwing errors in Python 3+: ``` File "/vagrant/cli/daemon.py", line 95, in daemonize se = open(self.null, 'a+', 0) ValueError: can't have unbuffered text I/O ``` ```...

It will be nice to know from documentation if it is possible to build HG-like command line interface with commands with `cli`.