Skip to content

Commit c2e3b6d

Browse files
authored
docs: 📝 reformat cli argument reference
1 parent 28d0c54 commit c2e3b6d

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

docs/src/content/docs/guides/how-to/compliance-script.mdx

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,21 @@ Thu Jan 21 15:09:41 UTC 2021 auth_smartcard_enforce has an exemption (Reason: Br
6565
**💡 TIP**\
6666
To add a custom reference in front of the rule in the `{baseline}_baseline.log` use the `-r` flag along with the custom reference **(case sensitive)** when running the `generate_guidance.py` script.
6767

68-
Compliance Script Command Line Argument Reference
69-
70-
|Argument|Description|
71-
|-------|---|
72-
|--check|`optional` Run the compliance checks without interaction|
73-
|--fix|`optional` Run the remediation commands without interaction|
74-
|--cfc|`optional` Runs a check, fix, check without interaction|
75-
|--stats|`optional` Display the statistics from last compliance check|
76-
|--compliant|`optional` Reports the number of compliant checks|
77-
|--non_compliant|`optional` Reports the number of non compliant checks|
78-
|--reset|`optional` Clear out all results for current baseline|
79-
|--reset-all|`optional` Clear out all results for ALL mSCP baselines|
80-
|--quiet=\<value\>|`optional`&ensp;`1`: show only failed and exempted checks in output\\&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;`2`: show minimal output|
68+
## Compliance Script Command Line Argument Reference
69+
70+
```
71+
./mscp_compliance.sh Usage
72+
./mscp_compliance.sh [--check] [--fix] [--cfc] [--stats] [--compliant] [--non_compliant] [--reset] [--reset-all] [--quiet=<value>]
73+
74+
Optional parameters:
75+
--check : run the compliance checks without interaction
76+
--fix : run the remediation commands without interaction
77+
--cfc : runs a check, fix, check without interaction
78+
--stats : display the statistics from last compliance check
79+
--compliant : reports the number of compliant checks
80+
--non_compliant : reports the number of non_compliant checks
81+
--reset : clear out all results for current baseline
82+
--reset-all : clear out all results for ALL MSCP baselines
83+
--quiet=<value> : 1 - show only failed and exempted checks in output
84+
2 - show minimal output
85+
```

0 commit comments

Comments
 (0)