Terminalcmd

Latest version: v1.0.0

Safety actively analyzes 626436 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.8.0

**From `0.7.x` added:**
**• Parameter `name` for decorator `builder.command()`.**
Optional, another name instead of this function name. For example, if you need to name commands such as "8ball".
**• Function name checker.**
Now if you'll want to add 2 commands with similar function names (or parameter `name` in decorator) it will raise NameError.
**BUT**, if you'll create 2 functions with similar names, but different parameters `name` in decorator it'll pass this and console will work correctly.
**• Comandlet migration.**
Commandlet migrated from place of parameter in function `builder.build()` to class variable of `builder.commands` class. It made for cases if you need to change its value during the console running. Now to access this variable, use `builder.commands.comandlet`.
**• Removing colors.**
Permanent removing colors in processing. We realised it's not important for library.
**• Removed some `builtin` functions.**
Some of sh** like `log` or `prompt` deleted, because its was really useless things.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.