Open xfq opened 9 years ago
Yeah, this would be great.
+1. Is this still on anyone's radar? man
pages for apm
seem like a given. Not sure about how useful they would be for atom
itself, though.
+1 Would also like this.
On it.
Not sure whereabouts to stick the man-page when I've finished writing it, though... @maxbrunsfeld, is making a new base directory called man
okay? Seems like overkill for one file.
when I've finished writing it
@Alhadis I really think we should generate the man page, not write it. Keeping it up to date manually is not worth the cost/benefit IMHO. We're already using yargs
for our command line parsing, and it should be possible to generate a man from these bits: main.coffee#L99-L139
/cc @atom/feedback
@Alhadis Check out https://github.com/rtomayko/ronn.
Seems nobody did. Would a simple output of --help be enough for now?
Thanks for your contribution!
This issue has been automatically marked as stale because it has not had recent activity. Because the Atom team treats their issues as their backlog, stale issues are closed. If you would like this issue to remain open:
Issues that are labeled as triaged will not be automatically marked as stale.
Still no man pages included with the RPM as of 1.26.1 on CentOS 7.4.
If this package wants to be in the default debian distribution, which it belongs IMHO, it should:
Debian Policy Manual §12.1. Manual pages
Each program, utility, and function should have an associated manual page included in the same package. It is suggested that all configuration files also have a manual page included as well. Manual pages for protocols and other auxiliary things are optional.
If no manual page is available, this is considered as a bug and should be reported to the Debian Bug Tracking System (the maintainer of the package is allowed to write this bug report themselves, if they so desire). Do not close the bug report until a proper man page is available.
I would love to tackle this issue with some classmates from an open source software development course if it is still of interest!
Hey @dmallia17 . Thank you for showing interest. Are you still open to work on this?
Besides the
--help
and-h
command line options/arguments,atom
andapm
should also have man pages. Moreover, Emacs and Vim have online documentation for their command line arguments and/or environment variables, too: