Results 17 issues of kotfu

- get rid of the ability to specify a password on the command line. It is not secure. - Use something like the keyring module to integrate with the system...

enhancement

Add tab completion for the path and version for the following commands: - undeploy - start - stop - restart/reload - sessions - expire

Create a recording of a terminal session using [asciinema](https://asciinema.org) and embed it in the README

https://github.com/python-tableformatter/tableformatter

enhancement

See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#declarative-config

packaging

Initial runs of tox, where is creates the environment appear to work fine. Subsequent runs of tox, where the environment already exists, generate this warning: ``` .../src/tomcatmanager/.tox/py37/lib/python3.7/site-packages/setuptools/installer.py:30: SetuptoolsDeprecationWarning: setuptools.installer is...

packaging

See https://tomcat.apache.org/tomcat-10.1-doc/manager-howto.html#Save_Configuration Command present in tomcat versions 10.1, 10.0, 9.0, and 8.5 This will be a bit tricky to test because it requires a MBean configured and working in the...

**Is your feature request related to a problem? Please describe.** I have a shell script that accepts a search term from the command line, and then passes it to `gum...