...

Source file src/edge-infra.dev/pkg/tools/hack/doc.go

Documentation: edge-infra.dev/pkg/tools/hack

     1  /*
     2  Package hack implements the common development CLI used by all contributors to
     3  perform common tasks.
     4  
     5  It is intended to reduce friction by providing a discoverable self-documenting
     6  interface for contributor workflows and a consistent UX.
     7  */
     8  package hack
     9  

View as plain text