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
The only difference is that the documentation files get their own directory, since there are multiple. For the moment we have just a man page, but we could put it in a directory to future-proof it.
clap can generate shell completions. I'll take a look to see how good they are, they might need nudging to know which options do and don't take filenames, but they could be nice to include.
I have looked at how bat release artifact is structured (ripgrep should have a similar structure)
The main difference they have with
xh
is:README.md
,LICENSE.md
, autocompletion, and a manpage fileApart from updating
.github\workflows\CI.yaml
, we would need to update places wherexh
is published i.e Homebrew, Scoop, etc.The text was updated successfully, but these errors were encountered: