apache / apache/casbin-jcasbin-java-cli

[feature] the request part should be one single string

Open
#20 1 comment 0 reactions 1 assignee Claimed by @hsluoyz View on GitHub
enhancement
Dominant language
Java
Stars
3
Forks
4
PR merge metrics
No merged PRs in 30d

Description

See:

```
./casbin enforce -m "examples/rbac_model.conf" -p "examples/rbac_policy.csv" "alice" "data1" "read"
```

It should be:

```
./casbin enforce -m "examples/rbac_model.conf" -p "examples/rbac_policy.csv" -r "alice, data1, read"
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.