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:
hylodon 2025-09-22 15:18:36 +01:00
parent 1849baa588
commit d2016d1863
9 changed files with 119 additions and 32 deletions

1
.gitignore vendored
View file

@ -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