Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Backlog items:
* ✔ unknown flags
* ✔ allow custom setting flags (`--//my/package:setting` and `--no//my/package:setting`)
* ✔ abbreviated flag names; prefer non-abbreviated flags
* when using an old, deprecated name (blocked on [up-stream Bazel change](https://github.com/bazelbuild/bazel/pull/25169))
* when using an old, deprecated name
* ✔ diagnose deprecated flags
* ✔ diagnose missing `import`ed files
* ✔ configs on `startup`, `import`, `try-import`
Expand All @@ -79,7 +79,7 @@ Backlog items:
* ✔ Show documentation of flags on hover
* ✔ Correctly escape `<>` in Markdown (e.g. problematic in the documentation for `--config`)
* Link to flag documentation in hovers
* Expose default value, value description (blocked on [up-stream Bazel change](https://github.com/bazelbuild/bazel/pull/25169))
* Expose default value, value description
* ✔ Show documentation for commands on hover
* Autocomplete
* ✔ auto complete command names
Expand Down