Changing/Unifying KDevelop's CLI arguments
Andreas Pakulat
apaku at gmx.de
Fri Sep 24 18:10:10 UTC 2010
On 24.09.10 16:41:40, Milian Wolff wrote:
> I want:
>
> ~~~~~~~~~~~~
> $ kdevelop --help
> Usage: kdevelop [Qt-options] [KDE-options] [options] files
>
> The KDevelop Integrated Development Environment
>
> Generic options:
> --help Show help about options
> --help-qt Show Qt specific options
> --help-kde Show KDE specific options
> --help-all Show all options
> --author Show author information
> -v, --version Show version information
> --license Show license information
> -- End of options
>
> Options:
> -p <project>
> --project <project> Url to project to load
>
> Arguments:
> files Files to load
> --debug <debugger> Start debugger, for example gdb. The binary that
> should be debugged must follow - including arguments. Example:
> kdevelop --debug gdb someapp --somearg
> -n <name>
> --new-session <name> Start KDevelop with a new session with the given
> name.
> -s <session>
> --session <session> Start KDevelop and load the given session.
> You can pass either hash or the name of the session.
> -l
> --list-sessions List available sessions and quit
> ~~~~~~~~~~~~
Great idea, what about -d for debugging? Or is that already taken by
Qt/KDE options?
Andreas
--
Your reasoning powers are good, and you are a fairly good planner.
More information about the KDevelop-devel
mailing list