Shawn Tabai

Results 3 issues of Shawn Tabai

I'm not certain why the help output is always indented, but it would be great if that could at least be turned off. https://github.com/c4spar/deno-cliffy/blob/46a2b833dbc89754073d4bad6e753bca19184f11/command/help/_help_generator.ts#L81 This doesn't seem standard to most...

enhancement
module:command

### Proposal Add support for users on the [Bazel](https://bazel.build/) build system by creating Bazel build files and refactorings in Kratos repositories. This will allow users of the Kratos framework who...

proposal

It's a common practice to nest an enum within a dummy message to give it an isolated naming space. For example: ```proto message ProcessStatus { enum Value { UNKNOWN =...

Feature