This is why git rebase is a horrible horrible thing.
This commit is contained in:
@@ -68,6 +68,12 @@ To select which series to resume
|
|||||||
grpoppro --select
|
grpoppro --select
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To view the last episode watched across all series
|
||||||
|
|
||||||
|
```sh
|
||||||
|
grpoppro --history
|
||||||
|
```
|
||||||
|
|
||||||
To open in browser
|
To open in browser
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
2
grpoppro
2
grpoppro
@@ -159,7 +159,7 @@ function curlRequest {
|
|||||||
# Print usage information
|
# Print usage information
|
||||||
function usage {
|
function usage {
|
||||||
echo -e "\n\tUsage:\n\n\t""$(basename "$0")"" \"name of film or show\" [season] [episode(ex 01 02 .. 10 11)]"
|
echo -e "\n\tUsage:\n\n\t""$(basename "$0")"" \"name of film or show\" [season] [episode(ex 01 02 .. 10 11)]"
|
||||||
echo -e "\tOr ""$(basename "$0")"" [--menu|--resume|--select|--finish]"
|
echo -e "\tOr ""$(basename "$0")"" [--menu|--resume|--select|--finish|--history]"
|
||||||
echo -e "\tOr ""$(basename "$0")"" --open \"name of film or show\""
|
echo -e "\tOr ""$(basename "$0")"" --open \"name of film or show\""
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user