How to use the puremagic.main.command_line_entry function in puremagic

To help you get started, we’ve selected a few puremagic examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cdgriffith / puremagic / test / test_common_extensions.py View on Github external
def test_cmd_options(self):
        """Test CLI options """
        from puremagic.main import command_line_entry

        command_line_entry(__file__, "test.py")