diff --git a/src/classes/cli/commands/errors/argument-missing.class.php b/src/classes/cli/commands/errors/argument-missing.class.php new file mode 100644 index 0000000..2270c0f --- /dev/null +++ b/src/classes/cli/commands/errors/argument-missing.class.php @@ -0,0 +1,35 @@ +command_name, $this->arg_long, $this->arg_short == null ? "" : " | $this->arg_short"); + } +} diff --git a/src/classes/cli/commands/errors/invalid.class.php b/src/classes/cli/commands/errors/invalid.class.php new file mode 100644 index 0000000..7add37b --- /dev/null +++ b/src/classes/cli/commands/errors/invalid.class.php @@ -0,0 +1,31 @@ +command_class); + } +} diff --git a/src/classes/cli/commands/errors/unknown.class.php b/src/classes/cli/commands/errors/unknown.class.php new file mode 100644 index 0000000..85de863 --- /dev/null +++ b/src/classes/cli/commands/errors/unknown.class.php @@ -0,0 +1,31 @@ +command_name); + } +} diff --git a/src/classes/cli/commands/hello-world.class.php b/src/classes/cli/commands/hello-world.class.php new file mode 100644 index 0000000..406b4e4 --- /dev/null +++ b/src/classes/cli/commands/hello-world.class.php @@ -0,0 +1,33 @@ +person!"); + } +} diff --git a/src/classes/cli/commands/password-hash.class.php b/src/classes/cli/commands/password-hash.class.php new file mode 100644 index 0000000..6bc4c41 --- /dev/null +++ b/src/classes/cli/commands/password-hash.class.php @@ -0,0 +1,35 @@ +password)); + } +} diff --git a/src/api/safeguarding/safeguarding.class.php b/src/pages/safeguarding/safeguarding.class.php similarity index 100% rename from src/api/safeguarding/safeguarding.class.php rename to src/pages/safeguarding/safeguarding.class.php