iproute allows for lots of brevity when constructing commands, recognizing any unique prefix of a command or subcommand. For example:
ip r(oute) a(dd) x(.x.x.x[/yy]) dev eno1
Which will allow you to add a route like 10.0.0.0/32 without typing it all out; 10/8 type abbreviations work as well.