SlavovLab/SCP_recommendations

Readthis4

Opened this issue · 0 comments

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"}