mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Change author names and links to crunchy-labs
This commit is contained in:
parent
5b4c228b60
commit
2773445050
14 changed files with 56 additions and 56 deletions
16
cli/root.go
16
cli/root.go
|
|
@ -3,13 +3,13 @@ package cli
|
|||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"github.com/ByteDream/crunchy-cli/cli/commands"
|
||||
"github.com/ByteDream/crunchy-cli/cli/commands/archive"
|
||||
"github.com/ByteDream/crunchy-cli/cli/commands/download"
|
||||
"github.com/ByteDream/crunchy-cli/cli/commands/info"
|
||||
"github.com/ByteDream/crunchy-cli/cli/commands/login"
|
||||
"github.com/ByteDream/crunchy-cli/cli/commands/update"
|
||||
"github.com/ByteDream/crunchy-cli/utils"
|
||||
"github.com/crunchy-labs/crunchy-cli/cli/commands"
|
||||
"github.com/crunchy-labs/crunchy-cli/cli/commands/archive"
|
||||
"github.com/crunchy-labs/crunchy-cli/cli/commands/download"
|
||||
"github.com/crunchy-labs/crunchy-cli/cli/commands/info"
|
||||
"github.com/crunchy-labs/crunchy-cli/cli/commands/login"
|
||||
"github.com/crunchy-labs/crunchy-cli/cli/commands/update"
|
||||
"github.com/crunchy-labs/crunchy-cli/utils"
|
||||
"github.com/spf13/cobra"
|
||||
"os"
|
||||
"runtime/debug"
|
||||
|
|
@ -28,7 +28,7 @@ var (
|
|||
var RootCmd = &cobra.Command{
|
||||
Use: "crunchy-cli",
|
||||
Version: utils.Version,
|
||||
Short: "Download crunchyroll videos with ease. See the wiki for details about the cli and library: https://github.com/ByteDream/crunchy-cli/wiki",
|
||||
Short: "Download crunchyroll videos with ease. See the wiki for details about the cli and library: https://github.com/crunchy-labs/crunchy-cli/wiki",
|
||||
|
||||
SilenceErrors: true,
|
||||
SilenceUsage: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue