-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --orientation option to pagerotate command (#705)
* Added '--orientation' option to pagerotate command, to allow conditionally rotating a page to a target orientation. * Added warning message to pagerotate if not rotating due to page orientation target. * - Swapped `click.Choice` for `ChoiceType` for `--orientation` option of `pagerotate` command, per @abey79 - Added new tests for `pagerotate --orientation` - Updated CHANGELOG.md * Add sanity checks to pagerotate for orientation option. --------- Co-authored-by: Antoine Beyeler <[email protected]>
- Loading branch information
1 parent
1df9e63
commit 9c9de12
Showing
3 changed files
with
54 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters