Skip to content

Normalize _move and _umove with a parser helper

Valentin Valls requested to merge improve-mv-standard into master

This PR clean up a bit the internal of standard functions in order to move the stuff at a better place.

Related to !5993 (merged)

  • _umove/_move now use a fixed dict Axis->target as input
  • Some private formatters was moved from the standard API
    • from bliss.common.standard to bliss.shell.something
Edited by Valentin Valls

Merge request reports