Skip to content

Fix mixed tab/space indentation in root.go help text #101

Description

@ewega

Problem

Line 24 of root.go uses a tab character on the line 2. gh devlake configure full while surrounding lines use 2-space indent:

`

  1. gh devlake deploy local # spin up DevLake with Docker Compose
  2. gh devlake configure full # create connections + scopes + project
  3. gh devlake status # verify everything is healthy
    `

This causes misalignment when users run gh devlake --help in terminals with different tab-width settings (4 vs 8 characters).

Fix

Replace the tab on line 24 with two spaces to match the rest of the list.

Acceptance Criteria

  • gh devlake --help output is visually aligned in all terminals
  • go build ./... passes

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions