Commands - info
- Migrated 'info' command to CmdInfo. - Renamed 'info' command to 'information'.
This commit is contained in:
@@ -329,6 +329,7 @@ void Arguments::extract_sequence (std::vector <int>& sequence)
|
||||
if (low > high)
|
||||
throw std::string ("Inverted sequence range high-low.");
|
||||
|
||||
// TODO Is this meaningful?
|
||||
if (high - low >= ARGUMENTS_SEQUENCE_MAX_RANGE)
|
||||
throw std::string ("ID Range too large.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user