Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kvstoreentry/create): rework --dir
Simplify code and exclude directory when inserting keys into the KV store. Before this change `create --dir=foo`, will create: foo/abc foo/def After this change: abc def
- Loading branch information