Skip to content

Feat: adds docs command with optional search flag#352

Open
lukegalbraithrussell wants to merge 7 commits intomainfrom
docs-command
Open

Feat: adds docs command with optional search flag#352
lukegalbraithrussell wants to merge 7 commits intomainfrom
docs-command

Conversation

@lukegalbraithrussell
Copy link
Contributor

@lukegalbraithrussell lukegalbraithrussell commented Feb 24, 2026

Changelog

The slack docs command opens the slack docs site; its --search flag opens the slack docs search page with the provided search query.

Summary

This PR adds a docs command.

Command Result
slack docs opens docs.slack.dev
slack docs --search "something cool" docs.slack.dev/search/?q=something+cool
slack docs --search opens docs.slack.dev*

*for reviewers: should this instead open docs.slack.dev/search?

This doesn't take advantage of the charm experiment. Next steps though!!!

Requirements

@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.53%. Comparing base (1059ec2) to head (04854d0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #352      +/-   ##
==========================================
+ Coverage   64.48%   64.53%   +0.04%     
==========================================
  Files         213      214       +1     
  Lines       17879    17924      +45     
==========================================
+ Hits        11530    11567      +37     
- Misses       5276     5281       +5     
- Partials     1073     1076       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lukegalbraithrussell lukegalbraithrussell changed the title Feat: adds docs command with optional search param Feat: adds docs command with optional search flag Feb 25, 2026
"github.com/stretchr/testify/mock"
)

func Test_Docs_DocsCommand(t *testing.T) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

valid if these are too many tests lol

@lukegalbraithrussell lukegalbraithrussell marked this pull request as ready for review February 25, 2026 17:27
@lukegalbraithrussell lukegalbraithrussell requested a review from a team as a code owner February 25, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant