-
Notifications
You must be signed in to change notification settings - Fork 17
/
meld.sh
15 lines (13 loc) · 943 Bytes
/
meld.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash
# Automatic generated, DON'T MODIFY IT.
# @flag -a --auto-compare Automatically compare all differing files on startup.
# @flag --auto-merge Automatically merge files
# @option --comparison-file <file> Load a saved comparison from a Meld comparison file
# @option --diff* <path> Create a diff tab for the given files or directories.
# @flag -h --help Print application help and usage.
# @option -L --label <label> Set application window title to <label>.
# @flag -n --newtab Open the comparison as a new tab in an already-running instance.
# @flag -o --output Sets the save path for the middle buffer in a three-pane merge view.
# @flag -u --unified Ignored for compatibility
# @flag --version Print application version and exit.
command eval "$(argc --argc-eval "$0" "$@")"