-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
In order to make life easier on package maintainers, we should give them the ability to easily rename bat and its documentation when building a package.
- Rename the man page
- Parameterize the executable name in the man page
- Rename the completions
- Parameterize the executable name in the completions
Rename the executable
This is too hacky with cargo.
Just use an external shell script.
This issue is derived from #656