Browse Source

command_error singleline2

main
pvincent 3 days ago
parent
commit
5e283e63dd
  1. 15
      README.md

15
README.md

@ -69,21 +69,6 @@ TODO: miaou-bash --uninstall
## TODO
* [ ] miaou-bash COMMAND_ERROR multiline
>
╔══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║ COMMAND_ERROR incus exec "$optional_project" "$target" <<-EOF
ln -fs "$host_zoneinfo" /etc/localtime
dpkg-reconfigure -f noninteractive tzdata
EOF
1 ║
╚════╦═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
╟──▷ /opt/miaou-incus/tools/miaou-create:93 assign_host_zoneinfo
╟──▷ /opt/miaou-incus/tools/miaou-create:183 create
╟──▷ /opt/miaou-incus/tools/miaou-create:203 <main>
* [ ] prompt git shows version with `+` when there is more than one commit over current version. ie: v0.0.0 + 2 commits more should display v-1.0.0+
* [ ] semver_git_tag should append `RELEASE_NOTES.md` from this TODO markdown file, providing that NEW NOTE section below contains appropriate items to fulfill the current release note
* [ ] git log <LATEST_TAG>..HEAD --oneline

Loading…
Cancel
Save