CmdReport: Any unambiguous report name is allowed

This commit is contained in:
Paul Beckingham 2016-03-27 00:50:12 -04:00
parent b83bbb09c0
commit 2b6597fe29

View file

@ -44,7 +44,7 @@ static std::string findExtension (
options.push_back (File (script).name ());
std::vector <std::string> matches;
autoComplete (partial, options, matches, 3);
autoComplete (partial, options, matches);
if (matches.size () == 0)
throw format ("The report '{1}' is not recognized.", partial);