Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dynein-darwin.tar.gz | 2020-11-21 | 4.2 MB | |
dynein-linux.tar.gz | 2020-11-21 | 5.6 MB | |
README.md | 2020-11-21 | 387 Bytes | |
v0.1.2 source code.tar.gz | 2020-11-21 | 78.5 kB | |
v0.1.2 source code.zip | 2020-11-21 | 90.6 kB | |
Totals: 5 Items | 9.9 MB | 0 |
Change log since v0.1.1
- Did code refactoring utilizing clippy and upgraded packages (#7, [#8])
- When no table specified in any way, show error message and guide how to specify the target table -- instead of panic (#9)
- Supports two ways to specify
desc
target: you can use bothdy desc mytbl
anddy desc --table mytbl
(#10)