Releases: iterative/shtab
Releases · iterative/shtab
shtab v1.3.10 beta
- 🎉 more robust
bash
completion (#38 <- #37, #11)
- 🔨 fix potential parser help string casting error (#44 <- #41)
- 🔍 update tests
- 🛠️ misc build framework updates
shtab v1.3.9 beta
- 🎉 re-add
preamble
support (#42)
- 🛠️ misc build framework updates (#43)
shtab v1.3.8 beta
- 🛠️ minor build framework updates (#39 <- #40)
shtab v1.3.7 beta
- 🎉 bash: cleaner file/dir completions (#37)
- 🛠️ build: update actions (#36)
shtab v1.3.6 beta
- 🔨 fix
zsh
positional multi-arg error (#35 <- #29)
shtab v1.3.5 beta
- 🛠️ build & tests framework upgrades (#31)
- 📦 don't distribute tests (#30)
shtab v1.3.4 beta
- 🛠️ major build framework upgrade (#27)
- 🎉 mark as beta release (#28)
- 🎉 support py3.9
- 🔍 skip duplicate tests on PRs
shtab v1.3.3 alpha
- 🔨 fix
add_argument_to(subparser)
(#25)
- add
parent=None
to ensure parent (rather than subcommand) is completed
- 🔍 add tests
shtab v1.3.2 alpha
- 🔨 fix
bash>=4.4
bad substitution (#23 <- #22)
shtab v1.3.1 alpha
- 🎉 allow periods in script names (#21 <- #20)
- support e.g.
script.py
(not just console entrypoints such as script
)
- support e.g.
./script.py
(explicit local path)
- 🔍 add tests
- 💯 enable coverage reporting by default for tests