Open sharkdp opened 6 years ago
We could add new decorators:
@category("filesystem") @help("Returns the absolute path") @register("abspath") @typed(T_PATH, T_PATH) def abspath(inp): ...
We could add new decorators: