Provided by: gophian_0.5.0-1_all 
      
    
NAME
       gophian-estimate - Estimate work required to Debianize a given Go package
SYNOPSIS
       gophian estimate <IMPORTPATH> [OPTIONS]
DESCRIPTION
       This  subcommand recursively finds all dependencies of a given package and checks if they are packaged in
       Debian, producing a coloured tree to indicate which dependencies are already available as  packages,  and
       which are not.
ARGUMENTS
       IMPORTPATH - The import path of the Go package being estimated.
OPTIONS
       --[no-]quiet - Don't print warnings.
       --[no-]warn-packaged - Warn if the given Go package has already been packaged for Debian. (default: on)
       --[no-]include-packaged-deps - Include packaged dependencies in the estimate. (default: on)
       --[no-]include-version-conflicts  -  Include  any  version conflicts between the package's go.mod and the
       version in Debian unstable. Ignored if --no-include-packaged-deps is passed. (default: off)
       --max-depth <INT> - Maximum recursion depth of unpackaged dependencies.
       --help - Show help message and exit.
SEE ALSO
       gophian-estimate-graphviz(1)
                                                   2025-03-05                                GOPHIAN-ESTIMATE(1)