-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a man page for the codelite_open_helper script
- Loading branch information
dghart
authored and
dghart
committed
Mar 27, 2022
1 parent
519683b
commit 26d39a4
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
.\" Automatically generated by Pandoc 2.2.1 | ||
.\" | ||
.TH "CODELITE_OPEN_HELPER" "1" "March 27, 2022" "codelite_open_helper 1.0.0" "User Manual" | ||
.hy | ||
.SH NAME | ||
.PP | ||
codelite_open_helper \- Helper script to load a file from the command | ||
line. | ||
.SH SYNOPSIS | ||
.PP | ||
\f[B]codelite_open_helper\f[] \f[I]File_to_open\f[] | ||
.SH DESCRIPTION | ||
.PP | ||
\f[B]codelite_open_helper\f[] is a script to open an existing file | ||
inside a running CodeLite instance. | ||
.SH EXAMPLES | ||
.TP | ||
.B \f[B]codelite_open_helper /path/to/file\f[] | ||
opens \f[I]/path/to/file\f[] inside the running CodeLite instance | ||
.RS | ||
.RE | ||
.SH AUTHORS | ||
.PP | ||
Written by Noel Grandin. | ||
This manual page was written by David Hart <[email protected]>. | ||
.SH BUGS | ||
.PP | ||
Submit bug reports online at: | ||
<https://github.com/eranif/codelite/issues> | ||
.SH SEE ALSO | ||
.PP | ||
Full documentation and sources at: <https://codelite.org/> |