mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Expressions reboot
- Now handles argument captures from argv, stdin. - Now handles rc overrides, aliases, default command.
This commit is contained in:
parent
5b5978952a
commit
4fc4e0f637
3 changed files with 105 additions and 95 deletions
10
src/A3.h
10
src/A3.h
|
@ -84,20 +84,20 @@ public:
|
|||
void capture_first (const std::string&);
|
||||
|
||||
void categorize ();
|
||||
|
||||
static bool is_command (const std::vector <std::string>&, std::string&);
|
||||
|
||||
/*
|
||||
void append_stdin ();
|
||||
void rc_override (std::string&, File&);
|
||||
void get_data_location (std::string&);
|
||||
void apply_overrides ();
|
||||
void resolve_aliases ();
|
||||
void apply_overrides ();
|
||||
void inject_defaults ();
|
||||
|
||||
std::vector <std::string> list ();
|
||||
const std::string combine () const;
|
||||
const std::vector <std::string> list () const;
|
||||
|
||||
/*
|
||||
static std::vector <std::string> operator_list ();
|
||||
std::string combine ();
|
||||
|
||||
bool find_command (std::string&);
|
||||
std::string find_limit ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue