mirror of
https://git.zavage.net/Zavage-Software/app_skellington.git
synced 2024-12-21 22:29:20 -07:00
doc: updated git url, now using gitea over gogs
This commit is contained in:
parent
adbae0074c
commit
f0a4bdbced
@ -84,7 +84,7 @@ EOF
|
||||
|
||||
Clone the repo:
|
||||
```commandline
|
||||
git clone https://git-mirror.zavage.net/zavage-software/app_skellington.git
|
||||
git clone https://git-repos.zavage.net/zavage-software/app_skellington.git
|
||||
```
|
||||
|
||||
Install pre-commit hooks:
|
||||
|
@ -176,7 +176,7 @@ class CommandTree:
|
||||
|
||||
registered_name = cmd_name
|
||||
_bootstrap_logger.info("registered command: %s", registered_name)
|
||||
# end copy-paste then editted from SubMenu.register_command
|
||||
# end copy-paste then edited from SubMenu.register_command
|
||||
|
||||
self._cmd_tree_is_single_command = True
|
||||
self._single_command = cmd
|
||||
|
Loading…
Reference in New Issue
Block a user