| 636 | } |
| 637 | |
| 638 | string forward_priority(color_ostream &out, vector<string> ¶meters) |
| 639 | { |
| 640 | return string("-p") + int_to_string(parse_priority(out, parameters) / 1000); |
| 641 | } |
| 642 | |
| 643 | command_result digcircle (color_ostream &out, vector <string> & parameters) |
| 644 | { |
no test coverage detected