SlavovLab / SCP_recommendations

Initial recommendations for performing, benchmarking, and reporting single-cell proteomics experiments. The code is distributed under an MIT license.
MIT License
9 stars 4 forks source link

Readthis4 #8

Open 1keep2keepFaith opened 10 months ago

1keep2keepFaith commented 10 months ago

https://github.com/charmbracelet/glow/blob/d9bf3b8ee89072cdec42af6d938a1bef0393c748/main.go#L31-L41

    readmeNames  = []string{"README.md", "README"}
    configFile   string
    pager        bool
    style        string
    width        uint
    showAllFiles bool
    localOnly    bool
    mouse        bool

    rootCmd = &cobra.Command{
            Use:              "glow [SOURCE|DIR]",

README.md readmeNames =

[]string{"README.md", "README"}