From 3790f17129b80902d8dd1315459843ccb62d657e Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 2 Nov 2024 17:51:32 -0400 Subject: [PATCH] Made cmd2/parsing.py non-executable and examples executable --- cmd2/parsing.py | 0 examples/argparse_completion.py | 0 examples/default_categories.py | 0 examples/modular_commands_basic.py | 0 examples/modular_commands_dynamic.py | 0 examples/modular_commands_main.py | 0 examples/modular_subcommands.py | 0 examples/read_input.py | 0 8 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 cmd2/parsing.py mode change 100644 => 100755 examples/argparse_completion.py mode change 100644 => 100755 examples/default_categories.py mode change 100644 => 100755 examples/modular_commands_basic.py mode change 100644 => 100755 examples/modular_commands_dynamic.py mode change 100644 => 100755 examples/modular_commands_main.py mode change 100644 => 100755 examples/modular_subcommands.py mode change 100644 => 100755 examples/read_input.py diff --git a/cmd2/parsing.py b/cmd2/parsing.py old mode 100755 new mode 100644 diff --git a/examples/argparse_completion.py b/examples/argparse_completion.py old mode 100644 new mode 100755 diff --git a/examples/default_categories.py b/examples/default_categories.py old mode 100644 new mode 100755 diff --git a/examples/modular_commands_basic.py b/examples/modular_commands_basic.py old mode 100644 new mode 100755 diff --git a/examples/modular_commands_dynamic.py b/examples/modular_commands_dynamic.py old mode 100644 new mode 100755 diff --git a/examples/modular_commands_main.py b/examples/modular_commands_main.py old mode 100644 new mode 100755 diff --git a/examples/modular_subcommands.py b/examples/modular_subcommands.py old mode 100644 new mode 100755 diff --git a/examples/read_input.py b/examples/read_input.py old mode 100644 new mode 100755