855dc9d75b
* Add Rust bin to deprecate unused ftl entries * Align function names with bin names * Support passing in multiple ftl roots * Use source instead of jsons for deprecating * Fix CargoRun not working more than once (dae) * Add ftl:deprecate (dae) * Deprecate some strings (dae) This is not all of the strings that are currently unused * Check json files before deprecating; add allowlist (dae) The scheduler messages we'll probably want to reuse for the v2->v3 transition, so I'd prefer to keep them undeprecated for now. * Deprecate old bury options (dae) * Support gathering usages from Kotlin files for AnkiDroid (dae) * Update json scripts (dae) * Remove old deprecation headers * Parameterize JSON roots to keep * Tweak deprecation message (dae)
5 lines
186 B
Bash
Executable File
5 lines
186 B
Bash
Executable File
#!/bin/bash
|
|
# This script can only be run by Damien, as it requires a copy of AnkiMobile's sources.
|
|
|
|
cargo run --bin write_ftl_json ftl/usage/ankimobile.json ../../mobile/ankimobile/src
|