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
body: 'Awesome that you are trying to improve the documentation of a nushell command!\n\n' +
20
-
'You should not modify the files in `commands/docs` or `commands/categorees`!\n' +
23
+
'**You should not modify the files in `commands/docs` or `commands/categories`!**\n' +
21
24
'We autogenerate these command pages from the `help` information defined by the command implementation, after each release. Thus:\n'+
22
25
'- If you already updated the command help, you are already done and can close this PR!\n'+
23
26
'- Else, please look for the command in the [source tree](https://github.com/nushell/nushell/tree/main/crates) and make your changes directly there in the `impl Command` and `Signature`.\n'+
0 commit comments