;bin: hledger-check-tag-files: consistency
This commit is contained in:
parent
b78b98e372
commit
53c08f45b2
@ -2,15 +2,18 @@
|
|||||||
-- stack script --compile --resolver nightly-2020-03-26 --package hledger-lib --package hledger --package directory --package text
|
-- stack script --compile --resolver nightly-2020-03-26 --package hledger-lib --package hledger --package directory --package text
|
||||||
-- Add this to see more progress: --verbosity info
|
-- Add this to see more progress: --verbosity info
|
||||||
-- Change --resolver to an already-installed one if you like
|
-- Change --resolver to an already-installed one if you like
|
||||||
|
{-
|
||||||
|
hledger-check-tag-files script (stack version)
|
||||||
|
Read the default journal and give an error if any tag values
|
||||||
|
containing '/' do not exist as file paths.
|
||||||
|
Usage:
|
||||||
|
|
||||||
-- Read the default journal and give an error if any tag values
|
$ hledger-check-tag-files.hs # compiles every time (?)
|
||||||
-- containing '/' do not exist as file paths. Usage:
|
|
||||||
--
|
or:
|
||||||
-- $ hledger-check-tag-files.hs # compiles if needed
|
|
||||||
--
|
$ hledger check-tag-files # compiles every time (?)
|
||||||
-- or:
|
-}
|
||||||
--
|
|
||||||
-- $ hledger check-tag-files # compiles if there's no compiled version
|
|
||||||
|
|
||||||
import Control.Monad
|
import Control.Monad
|
||||||
import qualified Data.Text as T
|
import qualified Data.Text as T
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user