-
Hi, thanx for your work! For a long time, I stuck with the go cli pipeline 2-1.14.4_debian.deb. I am having difficulty locating the changes in the documents. I would appreciate it if someone could assist me in getting the new version for Daisy 2.02 validation up and running. In the old version I used this cmd:
Now, I get this error:
Where can I find the right flags for daisy202-validator? I couldn't find it on this page: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @xpilgrim. The best way to find out what the available flags are, is to use the |
Beta Was this translation helpful? Give feedback.
Hi @xpilgrim. The best way to find out what the available flags are, is to use the
help
command. This information will always be up to date. Just typedp2 help
ordp2 help daisy202-validator
. You will find out that thencc
flag does not exist anymore. For uniformity, all scripts now have asource
flag.