You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`-m, --model`| The path of the model file or model text | y | Please wrap it with `""` and separate each line with `\|`|
24
+
|`-p, --policy`| The path of the policy file or policy text | y | Please wrap it with `""` and separate each line with `\|`|
25
+
|`-e, --enforce`| Check permissions | n | Please wrap it with `""`|
26
+
|`-ex, --enforceEx`| Check permissions and get which policy it is | n | Please wrap it with `""`|
27
+
|`-AF, --addFuntion`| Add custom funtion using text or function file.<br/>file format see [function.conf](https://github.com/jcasbin/casbin-java-cli/blob/master/examples/keymatch_function.conf)| n | Please wrap it with `""` and separate each line with `\|`|
28
+
|`-ap, --addPolicy`| Add a policy rule to the policy file | n | Please wrap it with `""`|
29
+
|`-rp, --removePolicy`| Remove a policy rule from the policy file | n | Please wrap it with `""`|
" -m, --model <model> The path of the model file or model text. Please wrap it with \"\" and separate each line with \"|\"\n" +
112
114
" -p, --policy <policy> The path of the policy file or policy text. Please wrap it with \"\" and separate each line with \"|\"\n" +
113
-
" -AF, --addFunction <functionDefinition> Add custom function. Please wrap it with \"\" and separate each line with \"|\"\n" +
115
+
" -AF, --addFunction <functionDefinition> The path of the function file or function text. Please wrap it with \"\" and separate each line with \"|\"\n" +
0 commit comments