mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-13 05:07:45 +02:00
feat: table rendering, cron schedules, and assets command
- Refactor table display using tablewriter with box-drawing characters and proper Unicode width handling - Add --as-cron flag to register cron schedules instead of executing immediately - Implement new 'osmedeus assets' command for asset querying with filtering and statistics - Enhance workflow parameter display with categorization and per-module summaries - Improve column width handling and parameter documentation
This commit is contained in:
@@ -15,8 +15,8 @@ func TestFunction_List(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
|
||||
log.Info("Asserting stdout contains function categories")
|
||||
assert.Contains(t, stdout, "| File")
|
||||
assert.Contains(t, stdout, "| String")
|
||||
assert.Contains(t, stdout, "File")
|
||||
assert.Contains(t, stdout, "String")
|
||||
|
||||
log.Success("function list displays all function categories")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user