feat: new code structure

This commit is contained in:
2020-08-07 11:31:52 +03:00
parent 71515a39ce
commit f37bcf810c
25 changed files with 75 additions and 200 deletions

View File

@ -21,22 +21,17 @@
function cmd_usage ()
{
# How use it
# example:
# echo "[-h] <arg1> <arg2>"
echo "[<workshop_id>...]"
}
function cmd_info ()
{
# What this command do (briefly)
# You can use multiple lines, but one is better
# Example:
# echo "Create new instance"
echo "Delete specified steam workshop resource(s)"
}
function cmd_help ()
{
# Full help on command usage
echo "TODO: description"
}
function cmd_main ()