slack-rs 0.1.70

A Slack CLI tool with OAuth authentication, profile management, and API access
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# developer-workflow Specification

## Purpose
TBD - created by archiving change use-lib-in-bin. Update Purpose after archive.
## Requirements
### Requirement: Binary must use library public API
The CLI binary must be composed using public modules from the `slack_rs` library, without holding duplicate implementation of the same functionality. (MUST)

#### Scenario: No duplicate test execution with `cargo test`
- Given `src/main.rs` references modules via `slack_rs::`
- When running `cargo test --quiet`
- Then the same test suite is not output twice