cmd

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Copyright © 2026 NAME HERE <EMAIL ADDRESS>

Index

Constants

View Source
const (
	KB = 1024
	MB = 1024 * KB
	GB = 1024 * MB
)

Variables

View Source
var RovuCmd = &cobra.Command{
	Use: "rovu",

	Short: "A fast local repository analysis CLI",

	Long: `Rovu is a fast local repository analysis CLI.
It scans a code repository and reports useful statistics such as
file counts, directory counts, total size, language distribution,
large files, TODO/FIXME comments, and duplicate files.

Examples:

  rovu scan .`,
}

Functions

func Execute

func Execute()

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL