]>
git.saurik.com Git - apt.git/blob - apt-private/private-cmndline.h
1 #ifndef APT_PRIVATE_CMNDLINE_H
2 #define APT_PRIVATE_CMNDLINE_H
4 #include <apt-pkg/cmndline.h>
5 #include <apt-pkg/macros.h>
26 APT_PUBLIC
bool ShowHelp(CommandLine
&CmdL
) APT_WEAK
;
27 struct aptDispatchWithHelp
30 bool (*Handler
)(CommandLine
&);
33 APT_PUBLIC
std::vector
<aptDispatchWithHelp
> GetCommands() APT_WEAK
;
35 APT_PUBLIC
std::vector
<CommandLine::Dispatch
> ParseCommandLine(CommandLine
&CmdL
, APT_CMD
const Binary
,
36 Configuration
* const * const Cnf
, pkgSystem
** const Sys
, int const argc
, const char * argv
[]);
37 APT_PUBLIC
unsigned short DispatchCommandLine(CommandLine
&CmdL
, std::vector
<CommandLine::Dispatch
> const &Cmds
);
39 APT_PUBLIC
std::vector
<CommandLine::Args
> getCommandArgs(APT_CMD
const Program
, char const * const Cmd
);