Fix --dryrun output
This commit is contained in:
parent
1c438931ff
commit
716e198b4b
5
cli.py
5
cli.py
@ -65,7 +65,10 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
# define operations
|
# define operations
|
||||||
def listchanges(before, after):
|
def listchanges(before, after):
|
||||||
print(f'{after}{" "*(60-len(after))} --> {before}')
|
print(
|
||||||
|
f'⤺ {before}\n'
|
||||||
|
f'⤻ {after}\n'
|
||||||
|
)
|
||||||
|
|
||||||
def listfunky(before, _):
|
def listfunky(before, _):
|
||||||
print(before)
|
print(before)
|
||||||
|
Loading…
Reference in New Issue
Block a user