Add user documentation
Add a manpage for ca-store. Additionally, modify the 'file verify' command to behave exactly as the manpage mentions. This commit required me to break a cycle caused by having CAStore.Type.Text imported by CAStore.Type.
This commit is contained in:
parent
1849baa588
commit
d2016d1863
9 changed files with 119 additions and 32 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,6 +5,7 @@
|
|||
!flake.lock
|
||||
!package.yaml
|
||||
!app/Main.hs
|
||||
!doc/man/*.scd
|
||||
!src/CAStore/Command.hs
|
||||
!src/CAStore/Command/Autocomplete.hs
|
||||
!src/CAStore/Command/Type.hs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue