Closed ychebaro closed 5 years ago
When using bpforms as command line interface, there seems to be a need for single quotes around a user-defined bpform:
bpforms validate dna A[id: "m2C"] bpforms: error: unrecognized arguments: m2C]
bpforms validate dna 'A[id: "m2C"]' Form is valid
This is generally true for command line programs. Spaces and other non-alphanumeric characters delineate separate arguments. Quotation marks are generally used to encapsulate arguments.
When using bpforms as command line interface, there seems to be a need for single quotes around a user-defined bpform:
bpforms validate dna A[id: "m2C"] bpforms: error: unrecognized arguments: m2C]
bpforms validate dna 'A[id: "m2C"]' Form is valid